AddRuleResponse

data class AddRuleResponse(rule: CSSRule)

Represents response frame that is returned from CSS#addRule operation call. Inserts a new rule with the given ruleText in a stylesheet with given styleSheetId, at the position specified by location.

See also

Constructors

AddRuleResponse
Link copied to clipboard
fun AddRuleResponse(rule: CSSRule)

Properties

rule
Link copied to clipboard
val rule: CSSRule
The newly created rule.

Sources

jvm source
Link copied to clipboard